systemErrors = $systemErrors; $this->fileDiff = $fileDiff; Assert::allIsInstanceOf($systemErrors, SystemError::class); } /** * @return SystemError[] */ public function getSystemErrors() : array { return $this->systemErrors; } public function getFileDiff() : ?FileDiff { return $this->fileDiff; } }